home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Internet & Communication / OmniWeb-5.1.2.dmg / OmniWeb.app / Contents / Resources / English.lproj / OWDownloads.toolbar < prev    next >
Text File  |  2005-10-24  |  2KB  |  65 lines

  1. {
  2.     itemInfoByIdentifier = {
  3.     Resume = {
  4.         imageName = "Resume";
  5.         label = "Resume";
  6.         paletteLabel = "Resume";
  7.         action = "resume:";
  8.         toolTip = "Resume selected downloads";
  9.     };
  10.     
  11.     Reload = {
  12.         imageName = "Reload";
  13.         label = "Reload";
  14.         paletteLabel = "Reload";
  15.         action = "reload:";
  16.         toolTip = "Reload selected downloads";
  17.     };
  18.     
  19.     Stop = {
  20.         imageName = "Stop";
  21.         label = "Stop";
  22.         paletteLabel = "Stop";
  23.         action = "stop:";
  24.         toolTip = "Stop selected downloads";
  25.     };
  26.     
  27.     RevealInFinder = {
  28.         imageName = "RevealInFinder";
  29.         label = "Reveal";
  30.         paletteLabel = "Reveal in Finder";
  31.         action = "revealInFinder:";
  32.         toolTip = "Show selected files in a Finder window";
  33.     };
  34.  
  35.         Abandon = {
  36.         imageName = "Delete";
  37.         label = "Abandon";
  38.         paletteLabel = "Abandon Download";
  39.         action = "abandon:";
  40.         toolTip = "Stop selected downloads and remove them from both the list and the disk";
  41.     };
  42.     
  43.     ClearSelected = {
  44.         imageName = "Sweep";
  45.         label = "Clear";
  46.         paletteLabel = "Clear";
  47.         action = "clear:";
  48.         toolTip = "Clear selected downloads from the list";
  49.     };
  50.        
  51.     ClearAll = {
  52.         imageName = "DoubleSweep";
  53.         label = "Clear All";
  54.         paletteLabel = "Clear All";
  55.         action = "clearAllFinished:";
  56.         toolTip = "Clear all completed downloads from the list";
  57.     };
  58.  
  59.     };
  60.     
  61.     defaultItemIdentifiers = ( Stop, Resume, NSToolbarSeparatorItem, RevealInFinder, NSToolbarFlexibleSpaceItem, ClearSelected, ClearAll );
  62.     
  63.     allowedItemIdentifiers = ( Resume, Reload, Stop, RevealInFinder, Abandon, ClearSelected, ClearAll, NSToolbarSeparatorItem, NSToolbarSpaceItem, NSToolbarFlexibleSpaceItem, NSToolbarCustomizeToolbarItem );
  64. }
  65.